home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Applications 1996 May / SGI IRIX 6.2 Applications 1996 May.iso / dist / impr_dev.idb / usr / impressario / src / scan / file / Makefile.z / Makefile
Makefile  |  1996-05-06  |  289b  |  18 lines

  1. include /usr/include/make/commondefs
  2.  
  3. CFILES=scan.c
  4. LCINCS=-I../template_driver
  5. LLDLIBS=../template_driver/main.o -lscan -limp -lmpc
  6. CVERSION=-xansi
  7. LCOPTS=-fullwarn
  8.  
  9. TARGETS=file
  10.  
  11. default: ${TARGETS}
  12.  
  13. include ${COMMONRULES}
  14.  
  15. file: ${OBJECTS}
  16.     rm -f $@
  17.     ${CCF} ${OBJECTS} ${LDFLAGS} -o $@
  18.